@charset "utf-8";

.header-block {
	height: 80px;
}

#header {
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 100000;
	height: 80px;
	left: 0;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}

#header.on {
	top: -80px;
}

#header .headerBox {
	padding-top: 0px;
	width: 1200px;
	top: 0;
	height: 80px;
	padding: 0;
	position: relative;
	margin: 0 auto;
}

#header .header-left {
	position: absolute;
	width: 220px;
	height: 80px;
	left: -140px;
	background: url(../img/header-left.png) no-repeat left bottom;
}

#header .header-right {
	position: absolute;
	width: 90px;
	height: 80px;
	right: -120px;
	background: url(../img/header-right.png) no-repeat left center;
}

#header .logo {
	position: absolute;
	top: 15px;
}

#header .logo a {
	display: block;
	position: relative;
	width: 216px;
	height: 48px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}

#header .logo .icon-logo {
	display: none;
}

.menu {
	position: relative;
	z-index: 11;
	height: 80px;
	background-color: #f8f8f8;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu.on{
	width: 100%;
	position: fixed;
	top: 0;
}
.menu-box {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

.menu-con>ul {
	margin: 0px;
}

.menu-con>ul>li {
	display: block;
	position: relative;
	float: left;
}

.menu-con>ul>li>a {
	display: block;
	margin: 0;
	position: relative;
	z-index: 3;
	border-right: 1px solid rgba(255,255,255,0.05);
	transition: all 0.2s ease-in-out;
}

.menu-con>ul>li>a>span.cn {
	display: block;
	color: #333333;
	height: 80px;
	padding: 0 28px;
	line-height: 80px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
}

.menu-con>ul>li:hover>a {
}

.menu-con>ul>li:hover>a>span.cn {
	color: #1c4cba;
}

.menu-con>ul>li.more-nav span {
	padding: 0 15px;
	line-height: 80px;
	font-size: 24px;
}

.menu-con>ul>li.more-nav:hover .more-menu {
	display: block;
}

.more-menu {
	display: none;
	position: absolute;
	width: 550px;
	right: 0;
	top: 70px;
	height: 190px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	padding: 0 10px;
}

.more-menu li {
	float: left;
	width: 25%;
	display: block;
}

.more-menu .pic {
	overflow: hidden;
	margin: 30px auto 20px;
	width: 113px;
	height: 77px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all 0.2s ease-in-out;
}

.more-menu .pic img {
	width: 113px;
	height: 77px;
	display: block;
}

.more-menu  a .pic::before {
	position: absolute;
	content: "";
	width: 113px;
	transition: all 0.2s ease-in-out;
	border-radius: 8px;
	height: 77px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	opacity: 0;
	border: solid 2px rgba(28, 76, 186, 0.4);
}

.more-menu  a:hover .pic::before {
	opacity: 1;
}

.more-menu li span {
	text-align: center;
	line-height: 1.5em !important;
	font-size: 14px !important;
	display: block;
}

.gkk{
    display: none !important;
}
.gkk a{
	position: relative;
	left: 20px;
	top: 22px;
}


/* 二级菜单 */

.menu-con>ul>li .navCon {
	position: absolute;
	z-index: 0;
	top: 70px;
	padding: 5px 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
	opacity: 0;
	overflow: hidden;
	/* transition: all 0.2s ease-in-out; */
}

.menu-con>ul>li:hover .navCon {
	display: block;
	opacity: 1;
}

.menu-con>ul>li.cur>a>span.cn {
	color: #E60012;
}

.menu-con>ul>li .navCon a {
	font-size: 14px;
	display: block;
	line-height: 0px;
	text-align: center;
	color: #fff;
	padding: 0;
	transition: all 0.2s ease-in-out;
}

.menu-con>ul>li:hover .navCon a {
	line-height: 40px;
}

.menu-con>ul>li .navCon a:hover {
	color: #fff;
	background-color: #000000;
}

#header .con {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 11;
}

#header .link {
	display: inline-block;
}

#header .link a {
	display: inline-block;
	margin-right: 25px;
	transition: all 0.2s ease-in-out;
}

#header .link a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #333;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

#header .link a b {
	font-weight: normal;
}

#header .link a:hover b {
	color: #D70021;
}

#header .link a:hover {
	/* transform: scale(1.1); */
}
#header .home {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 150px;
	top: 15px;
	background: url(../img/home-hover.png) no-repeat center center;
	background-size: 20px;
}
#header .home:hover {
	background-image: url(../img/home.png);
}

#header .search-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 100px;
	top: 15px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 20px;
}

#header .user-box {
	margin-top: 24px;
	position: relative;
	height: 65px;
}

#header .user-box a.login {
	display: block;
	width: 73px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	color: #1c4cba;
	border-radius: 18px;
	border: solid 1px #1c4cba;
}

#header .user-box a.login:hover {
	background-color: #1c4cba;
	border-color: #1c4cba;
	color: #fff;
}

#header .user-box .user {
	margin: -8px 20px 0 0;
	display: block;
}

#header .user-box .user .pic {
	width: 45px;
	height: 45px;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	border: 1px solid #f1f1f1;
}

#header .user-box .user-nav {
	display: none;
	position: absolute;
	width: 160px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(95, 95, 95, 0.2);
	border-radius: 8px;
	top: 60px;
	padding-bottom: 10px;
	left: -50px;
}

#header .user-box:hover .user-nav {
	display: block;
}

#header .user-box .user-nav h3 {
	padding: 12px 10px;
	text-align: center;
	line-height: 26px;
	background-color: #f1f1f1;
	font-size: 16px;
	color: #1c4cba;
	margin-bottom: 8px;
}

#header .user-box .user-nav a {
	height: 40px;
	line-height: 40px;
	# padding-left: 30px;
	display: block;
	text-align: center;
	color: #000;
}

#header .user-box .user-nav a:hover {
	color: #1c4cba;
}

#header .user-box .user-nav a.toplogoutbtn {
	border-top: 1px solid #f1f1f1;
	margin: 5px 10px 0;
}

#header .search {
	display: inline-block;
	position: relative;
}

#header .search input {
	width: 200px;
	padding-left: 15px;
	height: 38px;
	height: 38px;
	font-size: 14px;
	border: 1px solid #333;
	color: #000;
	background: #fff;
	border-radius: 20px;
	transition: all 0.2s ease-in-out;
}

#header .con input::placeholder {
	color: #666;
}

#header .search input:focus {
	width: 280px;
}

#header .con input:focus::placeholder {
	color: #333;
}

#header .con button {
	position: absolute;
	right: 6px;
	top: 3px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	background: url(../img/search.png) no-repeat 6px center;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#header .con button:hover {
	background-image: url(../img/search-cur.png);
}

@media screen and (max-width: 768px) {

	body.open {
		overflow: hidden;
	}

	.top-box {
		display: none;
	}

	#header .header-left {
		display: none;
	}

	#header .header-right {
		display: none;
	}

	#header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		height: 50px;
		border-bottom: 1px solid #f1f1f1;
	}

	#header.on {
		top: 0;
		border-bottom: 1px solid #f1f1f1;
	}

	#header .headerBox {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: 50px;
		margin: 0 auto;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.header-block {
		height: 50px;
		transition: all 0.2s ease-in-out;
	}

	#header .link {
		display: none;
	}

	#header .con {
		position: absolute;
		z-index: 0;
		display: block;
		top: 0px;
		height: 50px;
		width: auto;
		left: auto;
		right: 0;
	}

	#header .con.open {
		z-index: 9;
	}

	#header .search-btn {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 2px;
		top: 0;
		background: url(../img/search.png) no-repeat center center;
		background-size: 22px;
	}

	#header .search {
		right: -110%;
		display: flex;
		position: relative;
		background-color: #fff;
		top: 5px;
		padding: 0 10px;
		transition: all 0.4s ease-in-out;
	}

	#header .search.open {
		right: 0;
	}

	#header .search form {
		flex: 1;
		position: relative;
	}

	#header .search .search-btn-close {
		font-size: 14px;
		width: 40px;
		line-height: 40px;
		text-align: right;
		color: #888;
	}

	#header .con input,

	#header .search input:focus {
		width: 5.5rem;
		padding-left: 15px;
		height: 40px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 30px;
		color: #333;
		border: 1px solid #888;
		background: rgba(255,255,255,1);
		font-size: 14px;
	}

	#header .con button {
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		text-indent: -999em;
		background: url(../img/search-cur.png) no-repeat center center;
		background-size: 20px;
		cursor: pointer;
	}

	#header .search .search-close {
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		color: #888;
	}

	#header .qr {
		display: none;
	}
	#header .home {
		display: none;
	}
	#header .logo {
		position: absolute;
		left: 50%;
		width: 130px;
		background: url(../img/head-logo.png) no-repeat left center;
		background-size: 100%;
		top: 10px;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	#header .logo a {
		width: 100%;
		height: 40px;
	}

	.menu {
		position: fixed;
		background: none;
		width: 50px;
		height: 50px;
		left: 10px;
		top: 0px;
		box-shadow: none;
		z-index: 111;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.menu-box {
		width: auto;
		min-width: auto;
		max-width: auto;
	}

	.menu .icon-menu-btn {
		display: block;
		width: 40px;
		z-index: 12;
		height: 40px;
		margin-top: 5px;
		position: relative;
	}

	.icon-menu-btn:before, .icon-menu-btn:after {
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		background: #1c4cba;
		border-radius: 4px;
		position: absolute;
		left: 0;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.icon-menu-btn:before {
		top: 11px;
		left: 10px;
		box-shadow: 0 8px #1c4cba;
	}

	.icon-menu-btn:after {
		bottom: 11px;
		left: 10px;
	}

	.icon-menu-btn.open:before {
		top: 19px;
		left: 8px;
		width: 23px;
		height: 2px;
		background: #1c4cba;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		box-shadow: none;
	}

	.icon-menu-btn.open:after {
		bottom: 19px;
		left: 8px;
		width: 23px;
		height: 2px;
		background: #1c4cba;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu .menu-con-bg {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.85);
	}

	.menu .menu-con {
		position: fixed;
		z-index: 11;
		left: -100%;
		top: 0;
		width: 80%;
		height: 100%;
		background: #fff;
		padding: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.menu .menu-con.open {
		left: 0%;
		/* overflow: auto; */
	}

	.menu .menu-title {
		text-indent: -999em;
		font-size: 22px;
		font-weight: 200;
		color: #888;
		height: 50px;
		box-sizing: border-box;
		padding: 10px 0 0 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.menu ul {
		margin: 0 0 20px 20px;
		border-top: 1px dashed #dbd6d8;
		display: block;
		height: 100%;
		padding-bottom: 60px;
		overflow: auto;
		padding-right: 20px;
	}

	.menu ul li {
		display: block;
		float: none;
		margin: 0;
		position: relative;
		border-bottom: 1px dashed #dbd6d8;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.menu-con>ul>li {
		float: none;
		width: 100%;
	}

	.menu-con>ul>li.more-nav .iconfont {
		display: none;
	}

	.menu ul li a span.cn {
		position: relative;
		display: block;
		color: #888;
		padding: 8px 0 8px 10px;
		line-height: 33px;
		height: auto;
		overflow: visible;
		text-align: left;
		font-size: 16px;
		margin: 0;
	}

	.menu-con > ul > li:hover > a > span.cn {
		color: #1c4cba;
	}

	.menu-con>ul>li:hover>a {
		border-bottom: 0;
	}

	.menu ul li a:hover span.cn {
	}

	.menu-con>ul>li>a>span.cn::after {
		content: '';
		position: absolute;
		width: 3px;
		height: 15px;
		background-color: #1c4cba;
		bottom: 16px;
		left: 0;
		margin-left: 0;
	}

	.menu ul li .navCon {
		position: relative;
		z-index: 0;
		top: 0;
		padding: 0;
		margin-top: -8px;
		left: 0;
		width: 100%;
		background: #FFF;
		border-radius: 0;
		display: block;
		height: auto;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.menu ul li .navCon ul {
		margin: 0;
		padding: 0 0 10px 10px;
		overflow: hidden;
		border: 0;
	}

	.menu-con > ul > li > a {
		background: none !important;
		padding: 8px 0;
		border: 0;
		height: auto;
	}

	.menu-con > ul > li:hover > a {
		border: 0;
	}

	.menu-con > ul > li .navCon a:hover {
		color: #000;
	}

	.menu ul li .navCon li {
		float: left;
		width: 50%;
		border: 0;
	}

	.menu ul li .navCon a {
		font-size: 14px;
		display: block;
		line-height: 32px;
		color: #666;
		text-align: left;
		transition: all 0.2s ease-in-out;
	}

	.menu-con ul li:hover .navCon a {
		line-height: 32px;
	}

	.menu ul li .navCon a:hover {
		background: #fff;
		line-height: 32px;
	}

	.more-menu {
		display: block;
		position: relative;
		width: 100%;
		right: 0;
		top: 0px;
		height: auto !important;
		;

		background-color: #ffffff;
		box-shadow: none;
		border-radius: 0px;
		padding: 0px !important;
		;

		margin: 0 !important;
		;

		border-top: 0 !important;
	}

	.more-menu li {
		float: none;
		width: 100%;
		display: block;
	}

	.more-menu .pic {
		display: none;
	}

	.more-menu li a {
		margin: 8px 0;
		display: block;
		position: relative;
	}

	.more-menu li span {
		text-align: left;
		line-height: 33px !important;
		font-size: 16px !important;
		display: block;
		padding: 8px 0 8px 10px;
	}

	.more-menu li span::after {
		content: '';
		position: absolute;
		width: 3px;
		height: 15px;
		background-color: #1c4cba;
		bottom: 16px;
		left: 0;
		margin-left: 0;
	}

	#header .user-box {
		display: none;
	}

	.menu-con>ul>li.nav5 {
		display: none;
	}
}